ArcGIS API for Windows Phone - Library Reference
ExecuteAsync(List<GPParameter>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class > ExecuteAsync Method : ExecuteAsync(List<GPParameter>) Method

parameters
The parameters to use to execute the task.
Executes the task. Raises the E:ExecuteCompleted event on success, or the E:Failed event on failure.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ExecuteAsync( _
   ByVal parameters As List(Of GPParameter) _
) 
C# 
public void ExecuteAsync( 
   List<GPParameter> parameters
)

Parameters

parameters
The parameters to use to execute the task.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.